Package org.mozilla.jss.ssl.javax
Class JSSEngineReferenceImpl.EngineCleanup
java.lang.Object
org.mozilla.jss.ssl.javax.JSSEngineReferenceImpl.EngineCleanup
- All Implemented Interfaces:
Runnable
- Enclosing class:
JSSEngineReferenceImpl
Cleaner action - must be a static class to avoid preventing GC
of the JSSEngineReferenceImpl instance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate BufferProxyprivate SSLFDProxyprivate BufferProxy -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
ssl_fd
-
read_buf
-
write_buf
-
-
Constructor Details
-
EngineCleanup
EngineCleanup(String name, SSLFDProxy fd, BufferProxy rb, BufferProxy wb)
-
-
Method Details